API Documentation
Static Public Attributes | List of all members
nkAstraeus::lua::nkMathsWrap::Constants Struct Reference

Constants encompassing user type identifiers for the wrapping of nkMaths. More...

Static Public Attributes

static const nkMemory::String NAMESPACE
 Identifies the namespace.
 
static const nkMemory::String QUATERNION
 Identifies a nkMaths::Quaternion.
 
static const nkMemory::String VECTOR
 Identifies a nkMaths::Vector.
 
static const nkMemory::String VECTOR_BUFFER_CAST
 Identifies a nkMemory::BufferCast<nkMaths::Vector>.
 
static const nkMemory::String VECTOR_BUFFER_VIEW
 Identifies a nkMemory::BufferView<nkMaths::Vector>.
 

Detailed Description

Constants encompassing user type identifiers for the wrapping of nkMaths.

Use those constant identifiers to identify wrapped types when wrapping your own functions.


The documentation for this struct was generated from the following file: